home *** CD-ROM | disk | FTP | other *** search
/ Max Special: Max Gallery / Max Special Gallery.iso / pc / star16.dir / 00029_aheadButton.ls < prev    next >
Encoding:
Text File  |  1997-04-03  |  91 b   |  7 lines

  1. on mouseUp
  2.   global aheadFrame
  3.   if aheadFrame <> "*" then
  4.     go(aheadFrame)
  5.   end if
  6. end
  7.